home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
polski_aminet
/
miroslaw_siedlarz
/
bcc
/
bcclib
/
sources
/
bcc_xget.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-30
|
150b
|
11 lines
#include <libraries/mui.h>
#include <proto/intuition.h>
LONG BCC_XGet(Object *obj,ULONG attribute)
{
LONG x;
get(obj,attribute,&x);
return(x);
}